/**全局样式**/
html,body{
    font-family: "Microsoft YaHei";
}
.disn{
	display: none;
}
.disbl{
	display: block !important;
}
.gray{
	background: #f3f3f3;
}
.gray2{
	background: #f6f8f8;
}
.line{
	border-bottom: #ccc solid 1px;
	height: 40px;
}
.line2{
	border-bottom:#06b3ba solid 3px;
	height: 40px;
}
.mt_30{
	margin-top: 30px !important;
}
@media (max-width: 768px) {
	.mt_30{
	margin-top: 15px !important;
	}
}
.mb_30{
	margin-bottom: 30px !important;
}
.ml_10{
	margin-left: 10px !important;
}
.paddt_30{
	padding-top: 30px !important;
}
.paddb_30{
	padding-bottom: 30px !important;
}
/*全局h2样式*/
.about h2,.product h2,.case h2,.cooper h2{
	width: 15%;
	text-align: center;
	margin:0 auto;
}
@media (max-width: 768px) {
  .about h2,.product h2,.case h2,.cooper h2{
	width: 40%;
	font-size: 30px;
	}
}
/*header*/
header{
    color: #3e3d3d;
    background-color: #fff;
    padding:0px;
}
.navbar-fixed-top{
	position: relative;
	background: #13161b;
	height: 70px;
}
@media (max-width: 768px) {
	.navbar-fixed-top{    height: 73px;}
}
.logo{
    float: left;
	position: relative;
	z-index: 9999;
}
.logo a{
	display: block;
}
@media (max-width: 768px) {
  	.logo img{
  	    transform: scale(0.6);
    margin-left: -64px;
	}
}
.navbar{
    margin-top: 13px;
    margin-bottom: 0px;
}
@media (max-width: 768px) {
  	.navbar{
		margin-top: 18px;
		margin-bottom: 0;
	}
	.navbar-nav{
		background:rgba(255,255,255,0.8);
	}
	
	
	
}
.navbar-inverse{
   
    border: none;
}
.navbar-inverse .navbar-nav>li>a {
    color: #fff;
    font-size: 14px;

}
.navbar-inverse .navbar-nav>li.active>a:hover,
.navbar-inverse .navbar-nav>li>a:hover {
    color: #76bf2f;
}
.navbar-inverse .navbar-nav>li.active>a {
    background-color: transparent;
    color: #76bf2f;
}
.navbar-inverse .navbar-nav>li.active>a:hover {
    background-color: transparent;
}
.nav > li > a{
	padding:10px 24px;
}
.navbar-toggle {

  margin-top: 0px;
  padding:5px 5px;

}
.navbar-toggle {
        background: #ccc;
    margin-top: 6px;
}
.navbar-toggle .icon-bar {
    background: #333;
}
.navbar-inverse .navbar-toggle .icon-bar{
	
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    color: #0b5a9f !important;
    background: none !important;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    color: #0b5a9f !important;
    background: none !important;
}
.nav > li:hover .dropdown-menu {display: block;}
.dropdown-menu{
	background: #13161b;
}
.dropdown-menu > li > a{
	color: #fff;
    padding: 10px 20px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #76bf2f;
}
@media (max-width: 767px){
.navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    /* background-color: transparent; */
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
}
@media (max-width: 767px){
.navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    /* background-color: transparent; */
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
}
@media (max-width: 767px){
.navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    /* background-color: transparent; */
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
}
/*banner*/
.carousel {
    position: relative;
}
.bannerbtn{
	position: absolute;
	bottom: 80px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 9999;
}
.bannerbtn .btn{
	background: none;
	border:#76bf2f solid 1px;
	color: #76bf2f;
	padding:5px 20px;
}
.bannerbtn .btn:hover{
	background: #76bf2f;
	color: #fff;
}
/*Home---product*/
.module-full-screen-title {
    margin-bottom: 35px;
    text-align: center;
}
.module-full-screen-title>h2 {
    margin-bottom: 20px;
    line-height: normal;
    font-weight: normal;
    font-size: 28px;
    color: #333;
    padding:0;
    margin-top: 0;
}
@media (max-width: 768px) {
	.module-full-screen-title>h2 {
	    padding:0;
	    margin-top: 0;
	}
}
.module-full-screen-title>.module-title-content {
    margin: -10px 0 15px;
}
.module-full-screen-title>.module-title-content>i {
    display: inline-block;
    position: relative;
    top: -5px;
    width: 55px;
    height: 1px;
    overflow: hidden;
    background-color: #ccc;
}
.module-full-screen-title>.module-title-content>h3 {
    display: inline-block;
    margin: 0 15px;
    line-height: normal;
    font-weight: normal;
    font-size: 16px;
    color: #999;
}
.module-full-screen-title>.module-title-content>i {
    display: inline-block;
    position: relative;
    top: -5px;
    width: 65px;
    height: 2px;
    overflow: hidden;
    background-color: #76bf2f;
}
.homecase .col-md-3{
	padding: 0;
}
.homecase .col-xs-12{
	padding: 0;
}
.portfolio-grid-item a {
    display: block;
    position: relative;
}
.portfolio-grid-item{
    margin-bottom: 20px !important;
}
.portfolio-grid-img {
    overflow: hidden;
}
.portfolio-grid-img img {
    display: block;
    width: 200px;
        height: 223px;
            margin: 0 auto;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.portfolio-grid-text {
    position: absolute;
    top: 43%;
    left: 0;
    z-index: 11;
    width: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.portfolio-grid-text h3 {
    font-size: 16px;
    text-align: center;
    padding: 0 15px;
    margin-top: -15px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.portfolio-grid-text p{
	line-height: 40px;
	text-align: center;
	border-bottom: #76bf2f solid 2px;
	width: 60px;
	color: #fff;
	margin: 0 auto;
}
.portfolio-grid-item .overlay {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    background-color: #000;
    opacity: 0;
    filter: alpha(opacity=0);
    _height: expression( (this.parentElement.clientHeight) +'px');
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
@media screen and (max-width: 1200px){
.portfolio-grid-text {
    top: auto;
    bottom: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.9)));
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
}
}
@media screen and (max-width: 480px){
.portfolio-grid-text h3 {
    font-size: 13px;
    color: #fff;
    background: rgba(0,0,0,0.5);
    line-height: 30px;
}
}
.portfolio-grid-item a:hover img {
	-webkit-transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-o-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.portfolio-grid-item a:hover .portfolio-grid-text {
	opacity: 1;
	filter: alpha(opacity=100);
}

.portfolio-grid-item a:hover .portfolio-grid-text h3 {
	margin-top: 0px;
	color: #fff;
}
.portfolio-grid-item a:hover .overlay {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.portfolio-grid-4col .portfolio-grid-item {
	width: 25%;
}
.portfolio-grid-3col .portfolio-grid-item {
	width: 33.333%;
}
.product .btn,.newswrap .btn{
    display: inline-block;
    line-height: 34px;
    padding: 0 45px;
    border: 1px solid #76bf2f;
    border-radius: 0;
    color: #fff;
    background-color: #76bf2f;
    transition: all 0.5s ease 0s;
}
.product .btn:hover,
.product .btn:active,.newswrap .btn:hover,.newswrap .btn:active {
	background-color: #4b9c01;
	border-color: #4b9c01;
	color: #fff;
	text-decoration: underline;
}

/*Home---about*/
.about{
	background: url(../images/abt-bg.jpg) no-repeat top center;
	padding: 60px 0px;
}
.about .module-full-screen-title>h2 {
    color: #fff;
}
.about .module-full-screen-title>.module-title-content>h3{
	color: #fff;
}
.about p{
	color: #ededed ;
	line-height: 30px;
	float: left;
}
.about a  {
    color: #76bf2f ;
}
.aboutimg .col-md-3 {
    width: 22.75%;
    margin-right: 2%;
    text-align: center;
}
.aboutimg img {
    width: 40%;
    max-width: 90px;
    margin-bottom: 25px;
    margin-top: 15px;
    height: auto !important;
    vertical-align: middle;
}
.aboutimg a {
    font-size: 16px;
    font-weight: normal;
    color: #fff;
}
.aboutimg a:hover   {
    color: #76bf2f ;
}
.aboutimg .col-md-3 .last {
    margin-right: 0;
}
/*Home---newswrap*/
.newswrap .col-md-4 {
    width: 30%;
    border: 2px solid #f1f1f1;
    padding-left: 0;
    padding-right: 0;
}
@media (max-width: 768px) {
	.newswrap .col-xs-12 {
	    width: 98%;
	    text-align: center;
	}
}
.newscon dl {
    margin-bottom: 10px;
     margin-right: 3.3%;
}
@media (max-width: 768px) {
	.newscon dl {
		float: none;
	     width: 100%;
	     margin: 0 auto;
	}
}
.newscon dl dt{
    margin-bottom: 10px;
    max-height: 188px;
    overflow: hidden;
}
.newscon dl dt img {
    display: block;
}
.newscon dl dd {
    overflow: hidden;
    padding: 1% 4%;
}
.newscon dl dd h4 {
    margin-bottom: 10px;
    line-height: normal;
    font-size: 15px;
}
.newscon dl dd h4 a{
    color: #333;
}
.newscon dl dd h4 a:hover{
    color: #76bf2f;
}
.newscon dl dd p {
    font-size: 12px;
    color: #808080;
    line-height: 1.5;
}
.newslast{
	margin-right: 0 !important;
}
.newscon dl:hover{
	border-bottom: #76bf2f solid 2px;
}
/*Home---contact*/
.contact{
	background: url(../images/contact-bg.jpg) no-repeat top center;
	padding: 60px 0px;
}
.contact .module-full-screen-title>h2 {
    color: #fff;
}
.contact .module-full-screen-title>.module-title-content>h3{
	color: #fff;
}
.contact .aboutimg{
	color: #fff;
}
@media (max-width: 768px) {
	.aboutimg img {
	    margin-bottom: 5px;
	    margin-top: 10px;
	}
	.aboutimg .col-xs-6 {
	    width: 45.75%;
	    margin-right: 2%;
	    text-align: center;
	}
	.contact{
		padding:55px 0px;
	}
}
/*footer*/
.footer{
	background: #000;
	padding: 25px 0px;
}
.footer dl dt h5{
    font-size: 16px;
    text-align: left;
    color: #fff;
    font-weight: normal;
    line-height: 30px;
}
.footer dl dd{
	height: 24px;
	overflow: hidden;
	display: block;
}
.footer dl dd a{
	color: #a19f9f ;
    font-size: 12px;
}
.footer dl dd a:hover{
	color: #76bf2f ;
}
.footer dl dd p{
	color: #fff;
	line-height: 20px;
}
.footer h5{
    font-size: 16px;
    text-align: left;
    color: #fff;
    font-weight: normal;
    line-height: 30px;
}

.footewm{
	float: right;
}
.footewm p{
	text-align: center;
	color: #ccc;
	margin-top: 10px;
}
@media (max-width: 768px) {
	.footer{
		padding: 0px;
	}
}
.footcopy{
    background: #000;
    color: #a7a7a7;
    font-size: 12px;
   height: 40px;  
}
@media (max-width: 768px) {
	.footcopy{
	   height: auto;  
	}
}
.mfootcopy{
	color: #a7a7a7;
    
	font-size: 12px;
	margin-bottom: 0;
}
.mfootcopy p{
	margin-bottom: 0;
	line-height: 40px;
}
@media (max-width: 768px) {
	.mfootcopy p{
		margin-bottom: 0;
		padding:10px 0px;
		line-height: 24px;
		text-align: center;
	}
}
.gotop-wrapper {
    position: fixed;
    bottom: 50px;
    right: 15px;
    z-index: 1001;
    background-color: rgba(0,0,0,0.3);
}
.gotop-wrapper a {
    display: none;
    _display: none !important;
    width: 55px;
    height: 55px;
    overflow: hidden;
    background: url(../images/icon-gotop-fixed.gif) no-repeat center;
}

/**************page--html******************/
.pagebanner{
	margin-top: -1px;
}
.carousel-img {
    display: block;
}
 .carousel-img img {
    display: block;
}
@media screen and (max-width: 480px){
	.slideshow-min img {
	    height: 200px !important;
	}
}
/*Page---aside*/
/*quinav*/
.quinav {
    background-color: #f2f2f2;
}
.quinav dl{
	margin-bottom: 20px;
}
.quinav dl dt h5,.asidecontact h5{
	background-color:#13161b;
    height: 50px;
    line-height: 50px;
    font-weight: normal;
    text-indent: 16px;
    font-size: 18px;
    color: #fff;
    margin:0;
}
.quinav dl dd.current a{
	color: #76bf2f;
}
.quinav dl dd {
    line-height: 45px;
    height: 45px;
    padding-left: 20px;
    position: relative;
    border-left: 1px solid #f2f2f2;
}
.quinav dl dd.current {
    background-color: #fff;
    border-left: 1px solid #76bf2f;
}

.quinav dl dd a {
    color: #808080;
    font-size: 14px;
    display: inline-block;
   	width: 124px;
   	overflow: hidden; 
	line-height: 45px;
    height: 45px;
}
.quinav dl dd:hover{
	display: block;
	background-color: #fff;
	border-left: 1px solid #76bf2f;
	cursor: pointer;
}
.quinav dl dd:hover a{
	color: #76bf2f;
}
/*asidecontact*/
.asidecontact{
	margin-bottom: 20px;
}
.asidecontact p{
	padding:10px;
	color: #333;
    font-size: 14px;
    line-height: 24px;
}

/*Page---main-right*/
.pagetitwrap{
	border-bottom: 1px solid #e5e5e5;
    padding: 0;
    margin-bottom: 20px;
    height: 50px;
}
.pagetit h3{
	font-size: 16px;
	font-weight: normal;
}
.page-title-inner {
    background: none;
    
    padding: 0;
    margin-bottom: 20px;
}
.breadcrumb{
	margin-bottom: 0;
	background: none;
}
.breadcrumb img{
	margin-top: -4px;
}
.breadcrumb li a{
	font-size: 12px;
	color: #808080;
}
.content p{
	font-size: 14px;
	color: #333;
	line-height: 24px;
}
@media (max-width: 768px) {
	.content{
		padding: 10px;
	}
}
/*手机端列表分类*/
.masidelist{
	width: 100%;
	margin:0 auto;
	padding:0;
}
.masidelist ul{
	margin-left: 0;
	padding-left: 0;
	text-align: center;
}
.masidelist li{
	display: inline-block;
	height: 30px;
	line-height: 30px;
	background: #f0f0f0;
	margin:10px 0px;
}
.masidelist li a{
	color: #333;
	text-align: center;
	padding:5px 13px;
}
.masidelist li a:hover{
	background: #000;
	color: #fff;
}
.masidelist li.active a{
	background: #000;
	color: #fff;
}

/**************product--html******************/
.portfolio-grid-text p{
	line-height: 40px;
	text-align: center;
	border-bottom: #76bf2f solid 2px;
	width: 100px;
	color: #fff;
	margin: 0 auto;
}
/**************news--html******************/
.entry-item {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px dotted #d9d9d9;
}
@media (max-width: 768px) {
    .entry-item {
        margin-bottom: 5px;
        padding-bottom: 5px;
    }  
}
.typo .typo-img {
    float: left;
}
.entry-item .typo .typo-img {
    margin-right: 25px;
}
.entry-img {
    max-height: 188px;
    overflow: hidden;
}
.entry-item .typo-img .entry-img {
    margin-bottom: 0;
}
.entry-img img {
    display: block;
}
.typo .typo-text {
    overflow: hidden;
    padding: 3% 0;
    margin: 0;
}
.entry-title {
    margin-bottom: 15px;
}
.entry-title a{
	color: #333;
}
.entry-title a:hover{
	color: #76bf2f;
}
.entry-item .typo-text .entry-title {
    margin-top: -2px;
}
.entry-title h2 {
    font-size: 16px;
    line-height: 1.4;
}
@media (max-width: 768px) {
	.entry-title h2 {
	   margin-top: 0;
       line-height: 20px;
	}	
}
.entry-summary {
    color: #808080;
    font-size: 13px;
    margin-bottom: -5px;
}
/**************details--html******************/
.article-detail .article-title {
    text-align: center;
    margin-bottom: 15px;
}
.article-detail .article-title h1 {
    font-size: 22px;
    line-height: 1.5;
    font-weight: normal;
}
.article-detail .entry-meta {
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 12px;
    /* border-bottom: 1px dotted #ccc; */
    color: #999;
}
@media (max-width: 768px) {
    .article-detail .entry-meta {
        margin-bottom: 10px;
    }
}
.article-detail .entry-meta span {
    margin: 0 10px;
}
.entry-meta strong {
    font-weight: normal;
}
.entry-meta a {
    color: #999;
}
.article-detail .entry-meta .share-toolbar {
    display: inline-block;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    position: relative;
    top: 4px;
    margin-left: 8px;
}
.article-detail .article-content {
    margin-top: 25px;
}
@media (max-width: 768px) {
    .article-detail .article-content {
        margin-top: 5px;
    }
}
.article-content p{
    line-height: 24px;
    color: #4d4d4d;
}
.article-detail .entry-meta .share-toolbar span {
    margin: 0;
    float: left;
    height: 16px;
    line-height: 16px;
    margin: 6px 0 6px 0;
}
.turn {
    margin-top: 56px;
    position: relative;
    color: #666;
    border-top: 1px solid #e8e8e8;
    padding-top: 20px;
}
@media (max-width: 768px) {
    .turn {
        margin-top: 26px;
    }
}
.turn p {
    margin: 0 0 10px 0;
}
.turn p span {
    background: #000;
    padding: 5px 10px;
    color: #fff;
    margin-right: 10px;
}
.turn a {
    color: #fff;
}
.turn a.back {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 20px;
}
@media (max-width: 768px) {
    .article-content img{
        width:100%;
        max-width: 320px;
    }
}

/**************message--html******************/
.message .btn{
	background: #06b3ba;
	color: #fff;
	padding:10px 30px;
}
 .modal-backdrop {
  position: fixed;
   top: 0;
   right: 0;
   left: 0;
   bottom: 0;
   background-color: #000;
 }
@media (max-width: 768px) {
	.modal {
		 position: fixed;
   top: 100px;
	}
}	
/*分页*/
.pagination > li > a, .pagination > li > span{
	color: #333;
}
/*分页*/
.Page {
    width: 100%;
    text-align: center;
    padding: 30px 0px;
}
.Page li {
    list-style-type: none;
}
.Page a {
    display: inline-block;
    width: 65px;
    background: #ffffff;
    height: 40px;
    vertical-align: middle;
    line-height: 40px;
    font-size: 14px;
    border: 1px solid #e5e5e5;
    margin-left: -1px;
    float: left;
    text-decoration: none;
    color: #333;
    outline: none;
}
.Page a:hover {
    background: #5f6d7e;
    color: #FFF;
    background-repeat: no-repeat;
}
.Page span {
    display: inline-block;
    min-width: 45px;
    padding: 0 10px;
    background: #ffffff;
    height: 48px;
    vertical-align: middle;
    line-height: 48px;
    font-size: 14px;
    border: 1px solid #e5e5e5;
    margin-left: -1px;
    float: left;
}
.Page a.current {
    background: #5f6d7e;
    color: #FFF
}

